3.168 \(\int \csc ^4(a+b x) \sec ^3(a+b x) \, dx\)

Optimal. Leaf size=66 \[ -\frac{5 \csc ^3(a+b x)}{6 b}-\frac{5 \csc (a+b x)}{2 b}+\frac{5 \tanh ^{-1}(\sin (a+b x))}{2 b}+\frac{\csc ^3(a+b x) \sec ^2(a+b x)}{2 b} \]

[Out]

(5*ArcTanh[Sin[a + b*x]])/(2*b) - (5*Csc[a + b*x])/(2*b) - (5*Csc[a + b*x]^3)/(6*b) + (Csc[a + b*x]^3*Sec[a +
b*x]^2)/(2*b)

________________________________________________________________________________________

Rubi [A]  time = 0.042476, antiderivative size = 66, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 4, integrand size = 17, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.235, Rules used = {2621, 288, 302, 207} \[ -\frac{5 \csc ^3(a+b x)}{6 b}-\frac{5 \csc (a+b x)}{2 b}+\frac{5 \tanh ^{-1}(\sin (a+b x))}{2 b}+\frac{\csc ^3(a+b x) \sec ^2(a+b x)}{2 b} \]

Antiderivative was successfully verified.

[In]

Int[Csc[a + b*x]^4*Sec[a + b*x]^3,x]

[Out]

(5*ArcTanh[Sin[a + b*x]])/(2*b) - (5*Csc[a + b*x])/(2*b) - (5*Csc[a + b*x]^3)/(6*b) + (Csc[a + b*x]^3*Sec[a +
b*x]^2)/(2*b)

Rule 2621

Int[(csc[(e_.) + (f_.)*(x_)]*(a_.))^(m_)*sec[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> -Dist[(f*a^n)^(-1), Subst
[Int[x^(m + n - 1)/(-1 + x^2/a^2)^((n + 1)/2), x], x, a*Csc[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && Integer
Q[(n + 1)/2] &&  !(IntegerQ[(m + 1)/2] && LtQ[0, m, n])

Rule 288

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c^(n - 1)*(c*x)^(m - n + 1)*(a + b*x^
n)^(p + 1))/(b*n*(p + 1)), x] - Dist[(c^n*(m - n + 1))/(b*n*(p + 1)), Int[(c*x)^(m - n)*(a + b*x^n)^(p + 1), x
], x] /; FreeQ[{a, b, c}, x] && IGtQ[n, 0] && LtQ[p, -1] && GtQ[m + 1, n] &&  !ILtQ[(m + n*(p + 1) + 1)/n, 0]
&& IntBinomialQ[a, b, c, n, m, p, x]

Rule 302

Int[(x_)^(m_)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Int[PolynomialDivide[x^m, a + b*x^n, x], x] /; FreeQ[{a,
b}, x] && IGtQ[m, 0] && IGtQ[n, 0] && GtQ[m, 2*n - 1]

Rule 207

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTanh[(Rt[b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \csc ^4(a+b x) \sec ^3(a+b x) \, dx &=-\frac{\operatorname{Subst}\left (\int \frac{x^6}{\left (-1+x^2\right )^2} \, dx,x,\csc (a+b x)\right )}{b}\\ &=\frac{\csc ^3(a+b x) \sec ^2(a+b x)}{2 b}-\frac{5 \operatorname{Subst}\left (\int \frac{x^4}{-1+x^2} \, dx,x,\csc (a+b x)\right )}{2 b}\\ &=\frac{\csc ^3(a+b x) \sec ^2(a+b x)}{2 b}-\frac{5 \operatorname{Subst}\left (\int \left (1+x^2+\frac{1}{-1+x^2}\right ) \, dx,x,\csc (a+b x)\right )}{2 b}\\ &=-\frac{5 \csc (a+b x)}{2 b}-\frac{5 \csc ^3(a+b x)}{6 b}+\frac{\csc ^3(a+b x) \sec ^2(a+b x)}{2 b}-\frac{5 \operatorname{Subst}\left (\int \frac{1}{-1+x^2} \, dx,x,\csc (a+b x)\right )}{2 b}\\ &=\frac{5 \tanh ^{-1}(\sin (a+b x))}{2 b}-\frac{5 \csc (a+b x)}{2 b}-\frac{5 \csc ^3(a+b x)}{6 b}+\frac{\csc ^3(a+b x) \sec ^2(a+b x)}{2 b}\\ \end{align*}

Mathematica [C]  time = 0.013114, size = 31, normalized size = 0.47 \[ -\frac{\csc ^3(a+b x) \, _2F_1\left (-\frac{3}{2},2;-\frac{1}{2};\sin ^2(a+b x)\right )}{3 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[a + b*x]^4*Sec[a + b*x]^3,x]

[Out]

-(Csc[a + b*x]^3*Hypergeometric2F1[-3/2, 2, -1/2, Sin[a + b*x]^2])/(3*b)

________________________________________________________________________________________

Maple [A]  time = 0.026, size = 76, normalized size = 1.2 \begin{align*} -{\frac{1}{3\,b \left ( \sin \left ( bx+a \right ) \right ) ^{3} \left ( \cos \left ( bx+a \right ) \right ) ^{2}}}+{\frac{5}{6\,b\sin \left ( bx+a \right ) \left ( \cos \left ( bx+a \right ) \right ) ^{2}}}-{\frac{5}{2\,b\sin \left ( bx+a \right ) }}+{\frac{5\,\ln \left ( \sec \left ( bx+a \right ) +\tan \left ( bx+a \right ) \right ) }{2\,b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(b*x+a)^3/sin(b*x+a)^4,x)

[Out]

-1/3/b/sin(b*x+a)^3/cos(b*x+a)^2+5/6/b/sin(b*x+a)/cos(b*x+a)^2-5/2/b/sin(b*x+a)+5/2/b*ln(sec(b*x+a)+tan(b*x+a)
)

________________________________________________________________________________________

Maxima [A]  time = 1.00858, size = 99, normalized size = 1.5 \begin{align*} -\frac{\frac{2 \,{\left (15 \, \sin \left (b x + a\right )^{4} - 10 \, \sin \left (b x + a\right )^{2} - 2\right )}}{\sin \left (b x + a\right )^{5} - \sin \left (b x + a\right )^{3}} - 15 \, \log \left (\sin \left (b x + a\right ) + 1\right ) + 15 \, \log \left (\sin \left (b x + a\right ) - 1\right )}{12 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)^3/sin(b*x+a)^4,x, algorithm="maxima")

[Out]

-1/12*(2*(15*sin(b*x + a)^4 - 10*sin(b*x + a)^2 - 2)/(sin(b*x + a)^5 - sin(b*x + a)^3) - 15*log(sin(b*x + a) +
 1) + 15*log(sin(b*x + a) - 1))/b

________________________________________________________________________________________

Fricas [B]  time = 2.2853, size = 342, normalized size = 5.18 \begin{align*} -\frac{30 \, \cos \left (b x + a\right )^{4} - 15 \,{\left (\cos \left (b x + a\right )^{4} - \cos \left (b x + a\right )^{2}\right )} \log \left (\sin \left (b x + a\right ) + 1\right ) \sin \left (b x + a\right ) + 15 \,{\left (\cos \left (b x + a\right )^{4} - \cos \left (b x + a\right )^{2}\right )} \log \left (-\sin \left (b x + a\right ) + 1\right ) \sin \left (b x + a\right ) - 40 \, \cos \left (b x + a\right )^{2} + 6}{12 \,{\left (b \cos \left (b x + a\right )^{4} - b \cos \left (b x + a\right )^{2}\right )} \sin \left (b x + a\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)^3/sin(b*x+a)^4,x, algorithm="fricas")

[Out]

-1/12*(30*cos(b*x + a)^4 - 15*(cos(b*x + a)^4 - cos(b*x + a)^2)*log(sin(b*x + a) + 1)*sin(b*x + a) + 15*(cos(b
*x + a)^4 - cos(b*x + a)^2)*log(-sin(b*x + a) + 1)*sin(b*x + a) - 40*cos(b*x + a)^2 + 6)/((b*cos(b*x + a)^4 -
b*cos(b*x + a)^2)*sin(b*x + a))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sec ^{3}{\left (a + b x \right )}}{\sin ^{4}{\left (a + b x \right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)**3/sin(b*x+a)**4,x)

[Out]

Integral(sec(a + b*x)**3/sin(a + b*x)**4, x)

________________________________________________________________________________________

Giac [A]  time = 1.20445, size = 97, normalized size = 1.47 \begin{align*} -\frac{\frac{6 \, \sin \left (b x + a\right )}{\sin \left (b x + a\right )^{2} - 1} + \frac{4 \,{\left (6 \, \sin \left (b x + a\right )^{2} + 1\right )}}{\sin \left (b x + a\right )^{3}} - 15 \, \log \left ({\left | \sin \left (b x + a\right ) + 1 \right |}\right ) + 15 \, \log \left ({\left | \sin \left (b x + a\right ) - 1 \right |}\right )}{12 \, b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(b*x+a)^3/sin(b*x+a)^4,x, algorithm="giac")

[Out]

-1/12*(6*sin(b*x + a)/(sin(b*x + a)^2 - 1) + 4*(6*sin(b*x + a)^2 + 1)/sin(b*x + a)^3 - 15*log(abs(sin(b*x + a)
 + 1)) + 15*log(abs(sin(b*x + a) - 1)))/b